home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / NY_005A.ZIP / EXAMPLE.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-05-02  |  219 b   |  13 lines

  1. @ECHO OFF
  2. REM This batch file will run the New York 2008 game
  3. REM USAGE: EXAMPLE.BAT <node number>
  4.  
  5. C:
  6.  
  7. CD\BBS\NY2008
  8.  
  9. NY2008 -N%1 -PC:\BBS\NODE%1
  10. REM           ^^^^^^^^^^^^^ path to your drop files
  11.  
  12. CD\BBS
  13.